home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
earcd
/
util
/
sys
/
msys_1_2.lha
/
Doc
/
reboot.doc
< prev
next >
Wrap
Text File
|
1996-09-28
|
1KB
|
40 lines
C/Reboot C/Reboot
NAME
Reboot -- reboot your computer. (V42)
SYNOPSIS
Reboot [CLEAR] [DELAY=DelayValue]
TEMPLATE
Reboot "NORES=CLEAR/S,DELAY/N"
FUNCTION
Reboots your Amiga by calling exec.library/ColdReboot(). If CLEAR
parameter is given, will clear system vectors befor rebooting. This
is useful if you want to get rid of some reset-resident programs,
like RAD: drive. A DELAY option can be used to delay rebooting.
INPUTS
CLEAR - switch to clear system vectors before rebooting.
DELAY - number of seconds to wait before rebooting.
RESULT
RETURN_FAIL - if 'dos.library' couldn't be opened.
RETURN_ERROR - if DELAY value was wrong.
RETURN_WARN - if reboot wasn't performed.
EXAMPLE
Reboot
; Reboots Amiga, doesn't touch resident programs.
Reboot CLEAR
; Removes resident programs then reboots your Amiga.
Reboot 10
; Reboots Amiga after a 10 seconds period.
NOTES
Reboot is pure and can be made resident.